Class Decrypt

Summary

Fully Qualified Name: Zend\Filter\File\Decrypt
Extends: Decrypt

Description

Decrypts a given file and stores the decrypted file content

Methods

Name Description Defined By
filter() Defined by Zend\Filter\FilterInterface Decrypt
getFilename() Returns the new filename where the content will be stored Decrypt
setFilename() Sets the new filename where the content will be stored Decrypt

Method Details

filter()

Defined by Zend\Filter\FilterInterface

Decrypts the file $value with the defined settings

Parameter Name Type Description
$value string|array Full

Returns: string|array The filename which has been set

getFilename()

Returns the new filename where the content will be stored

Returns: string

setFilename()

Sets the new filename where the content will be stored

Parameter Name Type Description
$filename string (Optional)

Returns: self

Top